Schema bimoR.v1
Schema bimoR.v1 : Typ prosty getOperationTypeEnum
Typ prosty getOperationTypeEnum
Opis
Słownik operacji dostępnych w protokole (w obszarze produktów).
Przestrzeń nazw http://api.big.pl/bimoR/v1
Typ
Restriction of xs:string
Diagram
Typ prosty getOperationTypeEnum
Przegląd
getOperationTypeEnum Restriction of xs:string
Słownik operacji dostępnych w protokole (w obszarze produktów).
Dozwolone wartości
EnumerationgetProperty
Zamówienie wartości statystycznej.
EnumerationgetReport
Zamówienie raportu.
EnumerationgetProviders
Pobranie listy dostawców (BIGów).
EnumerationgetPendingReports
Pobranie raportów z innych BIGów (części składowych raportu zbiorczego), które nie zostały przekazane synchronicznie.
EnumerationgetChunk
Pobranie kawałka raportu z innego BIGu (w przypadku raportów zawierających więcej niz jeden kawałek).
Źródło
<xs:simpleType name="getOperationTypeEnum" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <div class="nazwa pl-PL" xmlns="http://www.w3.org/1999/xhtml">Słownik operacji dostępnych w protokole (w obszarze produktów).</div>
    </xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="getProperty">
      <xs:annotation>
        <xs:documentation>
          <div class="opis pl-PL" xmlns="http://www.w3.org/1999/xhtml">Zamówienie wartości statystycznej.</div>
        </xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="getReport">
      <xs:annotation>
        <xs:documentation>
          <div class="opis pl-PL" xmlns="http://www.w3.org/1999/xhtml">Zamówienie raportu.</div>
        </xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="getProviders">
      <xs:annotation>
        <xs:documentation>
          <div class="opis pl-PL" xmlns="http://www.w3.org/1999/xhtml">Pobranie listy dostawców (BIGów).</div>
        </xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="getPendingReports">
      <xs:annotation>
        <xs:documentation>
          <div class="opis pl-PL" xmlns="http://www.w3.org/1999/xhtml">Pobranie raportów z innych BIGów (części składowych raportu zbiorczego), które nie zostały przekazane synchronicznie.</div>
        </xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="getChunk">
      <xs:annotation>
        <xs:documentation>
          <div class="opis pl-PL" xmlns="http://www.w3.org/1999/xhtml">Pobranie kawałka raportu z innego BIGu (w przypadku raportów zawierających więcej niz jeden kawałek).</div>
        </xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
Zobacz także